home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
501 Great Games
/
501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso
/
PENCILS1
/
_SETUP.1
/
CALENDAR.EXE
/
0
/
RCDATA
/
TFORM4
/
TFORM4.txt
Wrap
Text File
|
1998-06-29
|
3KB
|
149 lines
object Form4: TForm4
Left = 361
Top = 120
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit Labels'
ClientHeight = 175
ClientWidth = 431
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PopupMenu = Form3.PopupMenu1
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Name: TLabel
Left = 176
Top = 8
Width = 28
Height = 13
Caption = 'Name'
end
object Month: TLabel
Left = 176
Top = 51
Width = 30
Height = 13
Caption = 'Month'
end
object Year: TLabel
Left = 368
Top = 51
Width = 22
Height = 13
Caption = 'Year'
end
object Label1: TLabel
Left = 296
Top = 51
Width = 19
Height = 13
Caption = 'Day'
end
object ListBox1: TListBox
Left = 8
Top = 8
Width = 161
Height = 161
ItemHeight = 13
TabOrder = 7
OnClick = ListBox1Click
end
object Edit1: TEdit
Left = 176
Top = 24
Width = 249
Height = 21
TabOrder = 0
end
object cmonth: TComboBox
Left = 176
Top = 64
Width = 113
Height = 21
ItemHeight = 13
TabOrder = 1
OnChange = cmonthChange
end
object Edit2: TEdit
Left = 368
Top = 64
Width = 41
Height = 21
TabOrder = 3
Text = '1990'
end
object cday: TComboBox
Left = 296
Top = 64
Width = 65
Height = 21
ItemHeight = 13
TabOrder = 2
end
object UpDown1: TUpDown
Left = 409
Top = 64
Width = 15
Height = 21
Associate = Edit2
Min = 1990
Max = 2100
Position = 1990
TabOrder = 8
Thousands = False
Wrap = False
end
object Button1: TButton
Left = 264
Top = 96
Width = 75
Height = 25
Caption = 'Remove'
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 96
Width = 75
Height = 25
Caption = 'Clear All'
TabOrder = 5
OnClick = Button2Click
end
object Button4: TButton
Left = 264
Top = 128
Width = 75
Height = 25
Cancel = True
Caption = 'Close'
Default = True
TabOrder = 6
OnClick = Button4Click
end
object Button3: TButton
Left = 352
Top = 96
Width = 75
Height = 25
Caption = 'Change'
TabOrder = 9
OnClick = Button3Click
end
object PopupMenu1: TPopupMenu
Left = 208
Top = 128
object Help1: TMenuItem
Caption = '&Help'
ShortCut = 112
OnClick = Help1Click
end
end
end